@charset "utf-8";
/* CSS Document */

/* =========================================================
　２カラム レイアウト （右カラム）
========================================================= */

/* ----- 中と右 ----- */

div#wrapper {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-right: -230px;
}

/* ----- 右カラム ----- */

div#right {
  width: 215px;
  float: left;
  margin-top: 15px;
  z-index: 1000;
  position: relative;
  /* z-indexとpositionはChrome対策 */
}

/* ----- 中カラム ----- */

div#main {
  width: 100%;
}

div#main_inner {
  margin-right: 255px;
  margin-left: 15px;
}

/* ----- wrapper上にタイトル等がある場合 ----- */

div#top_wrapper {
  margin: 15px 15px -10px;
}